home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APPEXPRT.PAK / TAPPLICA.OWL < prev    next >
Text File  |  1997-05-06  |  18KB  |  603 lines

  1. '------------------------------------------------------------------------------
  2. '   Expert PROJECT
  3. '   Expert - (C) Copyright 1993, 1995 by Borland International, Inc. All Rights Reserved.
  4. '
  5. '   SUBSYSTEM:    OWL code template at AppGen time
  6. '   FILE:         TApplica.OWL
  7. '
  8. '
  9. '   OVERVIEW
  10. '   ~~~~~~~~
  11. '------------------------------------------------------------------------------
  12.  
  13.  
  14. '
  15. ' RC file.
  16. <<[RC]TApplication [[TApplication]]
  17. ##{rc.owl}
  18. >>[RC]TApplication [[TApplication]]
  19.  
  20.  
  21. <<[H]TApplication [[TApplication]]
  22. ##--BEGIN-- @OPT_APPL_DOCVIEW
  23. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  24. ##:     {hsdidocv.owl}
  25. ##*
  26. ##@QUERY_APPL_MODEL == VALUE_MDI
  27. ##:     {hmdidocv.owl}
  28. ##*
  29. ##--END-- @OPT_APPL_DOCVIEW
  30. ##--BEGIN-- !@OPT_APPL_DOCVIEW
  31. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  32. ##:     {hsdi.owl}
  33. ##*
  34. ##@QUERY_APPL_MODEL == VALUE_MDI
  35. ##:     {hmdi.owl}
  36. ##*
  37. ##--END-- !@OPT_APPL_DOCVIEW
  38. >>[H]TApplication
  39.  
  40.  
  41. '
  42. ' TApplication .CPP file.
  43. '
  44. <<[CPP]TApplication [[TApplication]]
  45. ##--BEGIN-- @OPT_APPL_DOCVIEW
  46. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  47. ##:     {csdidocv.owl}
  48. ##*
  49. ##@QUERY_APPL_MODEL == VALUE_MDI
  50. ##:     {cmdidocv.owl}
  51. ##*
  52. ##--END-- @OPT_APPL_DOCVIEW
  53. ##--BEGIN-- !@OPT_APPL_DOCVIEW
  54. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  55. ##:     {csdi.owl}
  56. ##*
  57. ##@QUERY_APPL_MODEL == VALUE_MDI
  58. ##:     {cmdi.owl}
  59. ##*
  60. ##--END-- !@OPT_APPL_DOCVIEW
  61. >>[CPP]TApplication
  62.  
  63.  
  64. '
  65. ' Resource header file. (.RH)
  66. '
  67. <<[RH]TApplication [[TApplication]]
  68. //----------------------------------------------------------------------------
  69. ##@QUERY_PRJ_NAME [[Project]]
  70. //  Project [[Project]]
  71. ##@QUERY_PRJ_COMPANY [[CompanyName]] 2
  72. ##@QUERY_PRJ_COPYRIGHT [[Copyright]] 2
  73. ##\\Copyright Copyright 2
  74. //  [[CompanyName]]
  75. //  [[Copyright]]
  76. //
  77. ##@QUERY_TARGET_NAME [[Target]]
  78. //  SUBSYSTEM:    [[Target]] Application
  79. ##QUERY_FILE_H [[Filename]]
  80. //  FILE:         [[Filename]]
  81. ##@QUERY_PRJ_USER [[Author]]
  82. //  AUTHOR:       [[Author]]
  83. //
  84. //  OVERVIEW
  85. //  ~~~~~~~~
  86. ##QUERY_FILENAME_CPP [[Filename]]
  87. //  Constant definitions for all resources defined in [[Filename]].rc.
  88. //
  89. //----------------------------------------------------------------------------
  90. ##QUERY_FILENAME_CPP [[CPPFileName]]
  91. ##--BEGIN-- StripDiacritic(CPPFileName) [[Filename]]
  92. //#if !defined([[Filename]]_rh)   // Sentry use file only if it's not already included.
  93. //#define [[Filename]]_rh
  94. ##--END-- StripDiacritic(CPPFileName) [[Filename]]
  95.  
  96.  
  97. ##@QUERY_APPL_CONTROL == VALUE_BWCC 5
  98. //
  99. // IDHELP BorButton for BWCC dialogs.
  100. //
  101. #define IDHELP                  9               // Id of help button
  102.  
  103. //
  104. // Application specific definitions:
  105. //
  106. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  107. #define IDI_SDIAPPLICATION      1001            // Application icon
  108. ##@QUERY_APPL_MODEL == VALUE_MDI
  109. #define IDI_MDIAPPLICATION      1001            // Application icon
  110. ##@QUERY_APPL_MODEL == VALUE_MDI
  111. #define IDI_DOC                 1002            // MDI child window icon
  112.  
  113. ##@QUERY_APPL_MODEL == VALUE_MDI
  114. #define IDM_MDI                 100             // Menu resource ID and Accelerator IDs
  115. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG))
  116. #define IDM_SDI                 100             // Menu resource ID and Accelerator IDs
  117.  
  118. ##@OPT_APPL_PRINTING 2
  119. #define IDM_PRINTPREVIEW        200             // Accelerator ID for Print Preview window.
  120.  
  121. ##--BEGIN-- @OPT_APPL_DOCVIEW
  122. #define IDM_DOCMANAGERFILE      32401           // Menu for DocManager merging.
  123. #define IDM_EDITVIEW            32581           // Menu for TEditView merging.
  124. #define IDM_LISTVIEW            32582           // Menu for TListView merging.
  125.  
  126. ##--END-- @OPT_APPL_DOCVIEW
  127. ##--BEGIN-- @QUERY_APPL_OLE != VALUE_NOOLE
  128. //
  129. // OleView merged menus (include/owl/oleview.rh)
  130. //
  131. #define IDM_OLEPOPUP            32405
  132. #define IDM_OLEVIEW             32406
  133. #define IDM_OLEVIEWEMBED        32407
  134.  
  135.  
  136. ##--END-- @QUERY_APPL_OLE != VALUE_NOOLE
  137. //
  138. // CM_FILEnnnn commands (include/owl/editfile.rh except for CM_FILEPRINTPREVIEW)
  139. //
  140. ## ((@QUERY_APPL_MODEL == VALUE_SDI) || (@QUERY_APPL_MODEL == VALUE_DIALOG)) 2
  141. #define CM_FILENEW              24331           // SDI New
  142. #define CM_FILEOPEN             24332           // SDI Open
  143. ##@QUERY_APPL_MODEL == VALUE_MDI 2
  144. #define CM_MDIFILENEW           24331
  145. #define CM_MDIFILEOPEN          24332
  146. #define CM_FILECLOSE            24339
  147. #define CM_FILESAVE             24333
  148. #define CM_FILESAVEAS           24334
  149. ##@OPT_APPL_DOCVIEW 2
  150. #define CM_FILEREVERT           24335
  151. #define CM_VIEWCREATE           24341
  152. ##@OPT_APPL_PRINTING 3
  153. #define CM_FILEPRINT            24337
  154. #define CM_FILEPRINTERSETUP     24338
  155. #define CM_FILEPRINTPREVIEW     24340
  156. ##@OPT_APPL_MAIL && @OPT_APPL_DOCVIEW
  157. #define CM_FILESEND             24345
  158.  
  159.  
  160. //
  161. // Window commands (include/owl/window.rh)
  162. //
  163. #define CM_EXIT                 24310
  164.  
  165.  
  166. //
  167. // CM_EDITnnnn commands (include/owl/window.rh)
  168. //
  169. #define CM_EDITUNDO             24321
  170. #define CM_EDITCUT              24322
  171. #define CM_EDITCOPY             24323
  172. #define CM_EDITPASTE            24324
  173. #define CM_EDITDELETE           24325
  174. #define CM_EDITCLEAR            24326
  175. #define CM_EDITADD              24327
  176. #define CM_EDITEDIT             24328
  177. ##--BEGIN-- @QUERY_APPL_OLE != VALUE_NOOLE
  178. #define CM_EDITPASTESPECIAL     24311
  179. #define CM_EDITPASTELINK        24312
  180. #define CM_EDITINSERTOBJECT     24313
  181. #define CM_EDITLINKS            24314
  182. #define CM_EDITINSERTCONTROL    24315
  183.  
  184. #define CM_EDITOBJECT           24370
  185. #define CM_EDITFIRSTVERB        24371       // 20 verbs at most
  186. #define CM_EDITLASTVERB         24390
  187.  
  188. #define CM_EDITCONVERT          24391
  189. #define CM_EDITSHOWOBJECTS      24392
  190. ##--END-- @QUERY_APPL_OLE != VALUE_NOOLE
  191.  
  192.  
  193. //
  194. // Search menu commands (include/owl/editsear.rh)
  195. //
  196. #define CM_EDITFIND             24351
  197. #define CM_EDITREPLACE          24352
  198. #define CM_EDITFINDNEXT         24353
  199. ##--BEGIN-- @QUERY_APPL_MODEL == VALUE_MDI
  200.  
  201.  
  202. //
  203. // Windows menu commands (include/owl/mdi.rh)
  204. //
  205. #define CM_CASCADECHILDREN      24361
  206. #define CM_TILECHILDREN         24362
  207. #define CM_TILECHILDRENHORIZ    24363
  208. #define CM_ARRANGEICONS         24364
  209. #define CM_CLOSECHILDREN        24365
  210. #define CM_CREATECHILD          24366
  211. ##--END-- @QUERY_APPL_MODEL == VALUE_MDI
  212.  
  213.  
  214. //
  215. // Help menu commands.
  216. //
  217. ##--BEGIN-- @OPT_APPL_HELP
  218. #define CM_HELPCONTENTS         2001
  219. #define CM_HELPUSING            2002
  220. ##--END-- @OPT_APPL_HELP
  221. #define CM_HELPABOUT            2009
  222.  
  223.  
  224. ##--BEGIN-- @OPT_APPL_HELP
  225. //
  226. // Context sensitive help cursor.
  227. //
  228. #define IDC_HELPCURSOR          24000
  229.  
  230.  
  231. ##--END-- @OPT_APPL_HELP
  232. ##--BEGIN-- ((@QUERY_APPL_MODEL != VALUE_DIALOG) || ((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU))
  233. //
  234. // About Dialogs
  235. //
  236. ##      :<<TDialog QUERY_DLOG [[DLogRsrc]]
  237. #define [[DLogRsrc]]               22000
  238. #define IDC_VERSION             22001
  239. #define IDC_COPYRIGHT           22002
  240. #define IDC_DEBUG               22003
  241.  
  242.  
  243. ##--END-- ((@QUERY_APPL_MODEL != VALUE_DIALOG) || ((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU))
  244. ##--BEGIN-- @QUERY_APPL_MODEL == VALUE_DIALOG
  245. //
  246. // Client Dialog
  247. //
  248. ##@QUERY_APPL_DLGCLIENT [[ClientClass]]
  249. ##<<*ClientClass QUERY_DLOG [[DLogRsrc]]
  250. #define [[DLogRsrc]]               2000
  251.  
  252.  
  253. ##--END-- @QUERY_APPL_MODEL == VALUE_DIALOG
  254. //
  255. // OWL defined strings
  256. //
  257.  
  258. //
  259. // Statusbar
  260. //
  261. #define IDS_MODES               32530
  262. #define IDS_MODESOFF            32531
  263.  
  264. //
  265. // EditFile
  266. //
  267. ##!@OPT_APPL_DOCVIEW
  268. #define IDS_UNTITLED            32550
  269. #define IDS_UNABLEREAD          32551
  270. #define IDS_UNABLEWRITE         32552
  271. #define IDS_FILECHANGED         32553
  272. #define IDS_FILEFILTER          32554
  273.  
  274. //
  275. // EditSearch
  276. //
  277. #define IDS_CANNOTFIND          32540
  278.  
  279.  
  280. //
  281. // General & application exception messages (include/owl/except.rh)
  282. //
  283. #define IDS_UNKNOWNEXCEPTION    32767
  284. #define IDS_OWLEXCEPTION        32766
  285. #define IDS_OKTORESUME          32765
  286. #define IDS_UNHANDLEDXMSG       32764
  287. #define IDS_UNKNOWNERROR        32763
  288. #define IDS_NOAPP               32762
  289. #define IDS_OUTOFMEMORY         32761
  290. #define IDS_INVALIDMODULE       32760
  291. #define IDS_INVALIDMAINWINDOW   32759
  292. #define IDS_VBXLIBRARYFAIL      32758
  293.  
  294. //
  295. // Owl 1 compatibility messages
  296. //
  297. #define IDS_INVALIDWINDOW       32709
  298. #define IDS_INVALIDCHILDWINDOW  32708
  299. #define IDS_INVALIDCLIENTWINDOW 32707
  300.  
  301. //
  302. // TXWindow messages
  303. //
  304. #define IDS_CLASSREGISTERFAIL   32749
  305. #define IDS_CHILDREGISTERFAIL   32748
  306. #define IDS_WINDOWCREATEFAIL    32747
  307. #define IDS_WINDOWEXECUTEFAIL   32746
  308. #define IDS_CHILDCREATEFAIL     32745
  309.  
  310. #define IDS_MENUFAILURE         32744
  311. #define IDS_VALIDATORSYNTAX     32743
  312. #define IDS_PRINTERERROR        32742
  313.  
  314. #define IDS_LAYOUTINCOMPLETE    32741
  315. #define IDS_LAYOUTBADRELWIN     32740
  316.  
  317. //
  318. // TXGdi messages
  319. //
  320. #define IDS_GDIFAILURE          32739
  321. #define IDS_GDIALLOCFAIL        32738
  322. #define IDS_GDICREATEFAIL       32737
  323. #define IDS_GDIRESLOADFAIL      32736
  324. #define IDS_GDIFILEREADFAIL     32735
  325. #define IDS_GDIDELETEFAIL       32734
  326. #define IDS_GDIDESTROYFAIL      32733
  327. #define IDS_INVALIDDIBHANDLE    32732
  328. ##--BEGIN-- @OPT_APPL_DOCVIEW
  329.  
  330.  
  331. //
  332. // ListView (include/owl/listview.rh)
  333. //
  334. #define IDS_LISTNUM             32584
  335.  
  336.  
  337. // DocView (include/owl/docview.rh)
  338. //
  339. #define IDS_DOCMANAGERFILE      32500
  340. #define IDS_DOCLIST             32501
  341. #define IDS_VIEWLIST            32502
  342. #define IDS_UNTITLED            32503
  343. #define IDS_UNABLEOPEN          32504
  344. #define IDS_UNABLECLOSE         32505
  345. #define IDS_READERROR           32506
  346. #define IDS_WRITEERROR          32507
  347. #define IDS_DOCCHANGED          32508
  348. #define IDS_NOTCHANGED          32509
  349. #define IDS_NODOCMANAGER        32510
  350. #define IDS_NOMEMORYFORVIEW     32511
  351. #define IDS_DUPLICATEDOC        32512
  352. ##--BEGIN-- @QUERY_APPL_OLE != VALUE_NOOLE
  353. #define IDS_EDITOBJECT          32600
  354. #define IDS_EDITCONVERT         32601
  355. #define IDS_CLOSESERVER         32602
  356. #define IDS_EXITSERVER          32603
  357.  
  358. // Text for clipboard format names
  359. //
  360. #define IDS_CFTEXT              32610
  361. #define IDS_CFBITMAP            32611
  362. #define IDS_CFMETAFILE          32612
  363. #define IDS_CFSYLK              32613
  364. #define IDS_CFDIF               32614
  365. #define IDS_CFTIFF              32615
  366. #define IDS_CFOEMTEXT           32616
  367. #define IDS_CFDIB               32617
  368. #define IDS_CFPALETTE           32618
  369. #define IDS_CFPENDATA           32619
  370. #define IDS_CFRIFF              32620
  371. #define IDS_CFWAVE              32621
  372. #define IDS_CFUNICODETEXT       32622
  373. #define IDS_CFENHMETAFILE       32623
  374.  
  375. #define IDS_IN                  32700
  376. ##--END-- @QUERY_APPL_OLE != VALUE_NOOLE
  377. ##--END-- @OPT_APPL_DOCVIEW
  378. ##--BEGIN-- @OPT_APPL_PRINTING
  379.  
  380.  
  381. //
  382. // Printing error message string resource IDs (include/owl/printer.rh)
  383. //
  384. #define IDS_PRNON               32590
  385. #define IDS_PRNERRORTEMPLATE    32591
  386. #define IDS_PRNOUTOFMEMORY      32592
  387. #define IDS_PRNOUTOFDISK        32593
  388. #define IDS_PRNCANCEL           32594
  389. #define IDS_PRNMGRABORT         32595
  390. #define IDS_PRNGENERROR         32596
  391. #define IDS_PRNERRORCAPTION     32597
  392.  
  393.  
  394. //
  395. // Printer abort dialog & control IDs
  396. //
  397. #define IDD_ABORTDIALOG         32599            // keep different than any string IDs
  398. #define ID_TITLE                101              // Document title text control
  399. #define ID_DEVICE               102              // Device & optional port text control
  400. #define ID_PORT                 103              // Old port text control, unused
  401. #define ID_PAGE                 104              // Page # text control
  402.  
  403.  
  404. //
  405. // Print Preview
  406. //
  407. #define APX_PPR_PREVIOUS        24500
  408. #define APX_PPR_NEXT            24501
  409. #define APX_PPR_ONEUP           24502
  410. #define APX_PPR_TWOUP           24503
  411. #define APX_PPR_CURRPAGE        24504
  412. #define APX_PPR_DONE            24505
  413. ##--END-- @OPT_APPL_PRINTING
  414.  
  415.  
  416. //
  417. // TInputDialog DIALOG resource (include/owl/inputdia.rh)
  418. //
  419. #define IDD_INPUTDIALOG         32514
  420. #define ID_PROMPT               4091
  421. #define ID_INPUT                4090
  422.  
  423.  
  424. //
  425. // TSlider bitmaps (horizontal and vertical) (include/owl/slider.rh)
  426. //
  427. #define IDB_HSLIDERTHUMB        32000
  428. #define IDB_VSLIDERTHUMB        32001
  429.  
  430.  
  431. //
  432. // Validation messages (include/owl/validate.rh)
  433. //
  434. #define IDS_VALPXPCONFORM       32520
  435. #define IDS_VALINVALIDCHAR      32521
  436. #define IDS_VALNOTINRANGE       32522
  437. #define IDS_VALNOTINLIST        32523
  438.  
  439.  
  440. ##QUERY_FILENAME_CPP [[CPPFileName]]
  441. ##--BEGIN-- StripDiacritic(CPPFileName) [[Filename]]
  442. //#endif  // [[Filename]]_rh
  443. ##--END-- StripDiacritic(CPPFileName) [[Filename]]
  444. >>[RH]TApplication [[TApplication]]
  445.  
  446.  
  447. '
  448. ' DEF file
  449. '
  450. <<[DEF]TApplication [[TApplication]]
  451. ;-----------------------------------------------------------------------------
  452. ##@QUERY_PRJ_NAME [[Project]]
  453. ;   Project [[Project]]
  454. ##@QUERY_PRJ_COMPANY [[CompanyName]] 2
  455. ##@QUERY_PRJ_COPYRIGHT [[Copyright]] 2
  456. ##\\Copyright Copyright 2
  457. ;   [[CompanyName]]
  458. ;   [[Copyright]]
  459. ;
  460. ##@QUERY_TARGET_NAME [[Target]]
  461. ;   SUBSYSTEM:    [[Target]] Module Definition File
  462. ##QUERY_FILENAME_CPP [[Filename]]
  463. ;   FILE:         [[Filename]].def
  464. ##@QUERY_PRJ_USER [[Author]]
  465. ;   AUTHOR:       [[Author]]
  466. ;
  467. ;-----------------------------------------------------------------------------
  468.  
  469. ##@QUERY_PRJ_NAME [[Project]]
  470. NAME '[[Project]]'
  471.  
  472. ##@QUERY_PRJ_NAME [[Project]]
  473. ##@QUERY_PRJ_COMPANY [[CompanyName]]
  474. ##@QUERY_PRJ_COPYRIGHT [[Copyright]]
  475. ##\\Copyright Copyright
  476. DESCRIPTION '[[Project]] Application - [[Copyright]]'
  477. EXETYPE     WINDOWS
  478. CODE        PRELOAD MOVEABLE DISCARDABLE
  479. DATA        PRELOAD MOVEABLE
  480.  
  481. ; Note: When compiling an application as a 32-bit target, the linker
  482. ;       will generate a warning with the settings below.  If you intend
  483. ;       to build your application as a 32-bit target only, you can
  484. ;       safely delete the STACKSIZE setting to get rid of this warning.
  485. ;
  486. ;       The STACKSIZE of 16384 is recommended for 16-bit AppExpert
  487. ;       applications using the large memory model.
  488. ;
  489. STACKSIZE    16384
  490. >>[DEF]TApplication [[TApplication]]
  491.  
  492.  
  493. '
  494. ' Help project file
  495. '
  496. <<[HPJ]TApplication [[TApplication]]
  497. ##--BEGIN--@OPT_APPL_HELP
  498. [CONFIG]
  499. BrowseButtons()
  500.  
  501. [OPTIONS]
  502. CONTENTS=main_index
  503. ##@QUERY_TARGET_NAME [[Target]]
  504. TITLE=[[Target]]
  505. COMPRESS=true
  506. WARNING=2
  507.  
  508. [FILES]
  509. mainhelp.rtf      ; main topics
  510. ## (((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU) || (@QUERY_APPL_MODEL != VALUE_DIALOG))
  511. ##@OPT_APPL_TOOLBAR
  512. toolbar.rtf       ; toolbar topics
  513. keys.rtf          ; keyboard topics
  514.  
  515. [BITMAPS]
  516. helpicon.bmp
  517.  
  518. [MAP]
  519. ##HelpIncPath([[IncPath]])
  520. #include <[[IncPath]].rh>
  521. ##--END-- @QUERY_DIR_H [[HDir]]
  522. ##--END--@OPT_APPL_HELP
  523. >>[HPJ]TApplication [[TApplication]]
  524.  
  525.  
  526. '
  527. ' .MAK file
  528. '
  529. '<<[MAK]TApplication [[TApplication]]
  530. '##{make.owl}
  531. '>>[MAK]TApplication [[TApplication]]
  532.  
  533.  
  534. '
  535. ' Additional files must be created(.BMP, .ICO, .CUR)
  536. <<[FILES]TApplication [[TApplication]]
  537. ##--BEGIN-- @OPT_APPL_PRINTING
  538. @ "apxprint.cpp" > *[CPP]
  539. @ "apxprint.h" > [H]
  540. ##:    @QUERY_DIR_CPP [[CPPDir]]
  541. ##:    --BEGIN-- @QUERY_DIR_H [[HDir]]
  542. ##:    AddToProject(\\"[[HDir]]apxprint.h", \\"[[CPPDir]]apxprint.cpp")
  543. ##*
  544. ##:    --END-- @QUERY_DIR_H [[HDir]]
  545. @ "apxprev.cpp" > [CPP]
  546. @ "apxprev.h" > [H]
  547. ##--END-- @OPT_APPL_PRINTING
  548. ##@QUERY_APPL_CONTROL == VALUE_BWCC
  549. COPY "borabout.bmp" [RC]
  550. ## (((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU) || (@QUERY_APPL_MODEL != VALUE_DIALOG))
  551. ##--BEGIN-- @OPT_APPL_TOOLBAR
  552. COPY "new.bmp" [RC]
  553. COPY "open.bmp" [RC]
  554. COPY "save.bmp" [RC]
  555. COPY "undo.bmp" [RC]
  556. COPY "cut.bmp" [RC]
  557. COPY "copy.bmp" [RC]
  558. COPY "paste.bmp" [RC]
  559. COPY "find.bmp" [RC]
  560. COPY "findnext.bmp" [RC]
  561. ##@OPT_APPL_PRINTING
  562. COPY "preview.bmp" [RC]
  563. ##--END-- @OPT_APPL_TOOLBAR
  564. ##--BEGIN-- @OPT_APPL_PRINTING
  565. COPY "previous.bmp" [RC]
  566. COPY "next.bmp" [RC]
  567. COPY "preview1.bmp" [RC]
  568. COPY "preview2.bmp" [RC]
  569. COPY "prexit.bmp" [RC]
  570. ##--END-- @OPT_APPL_PRINTING
  571. ## (((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU) || (@QUERY_APPL_MODEL != VALUE_DIALOG))
  572. ## (@OPT_APPL_TOOLBAR || @OPT_APPL_PRINTING)
  573. COPY "print.bmp" [RC]
  574. ##--BEGIN-- @OPT_APPL_HELP
  575. COPY "help.bmp" [RC]
  576. COPY "helpicon.bmp" [RC]
  577. ##@QUERY_DIR_CPP [[CPPDir]]
  578. ##@QUERY_DIR_H [[HDir]]
  579. ##--BEGIN-- @QUERY_APPL_HELP [[Target]]
  580. ##QUERY_FILENAME_CPP [[FileName]]
  581. ##:     AddToProject(\\"[[HDir]][[FileName]].rh", \\"[[CPPDir]][[Target]].hpj")
  582. ##*
  583. @ "mainhelp.rtf" > [RC]
  584. ##:     AddToProject(\\"[[CPPDir]]mainhelp.rtf", \\"[[CPPDir]][[Target]].hpj")
  585. ##*
  586. ## (((@QUERY_APPL_MODEL == VALUE_DIALOG) && @QUERY_APPL_DLGCLIENT_MENU) || (@QUERY_APPL_MODEL != VALUE_DIALOG))
  587. ##@OPT_APPL_TOOLBAR 2
  588. @ "toolbar.rtf" > [RC]
  589. ##:     AddToProject(\\"[[CPPDir]]toolbar.rtf", \\"[[CPPDir]][[Target]].hpj")
  590. ##*
  591. @ "keys.rtf" > [RC]
  592. ##:     AddToProject(\\"[[CPPDir]]keys.rtf", \\"[[CPPDir]][[Target]].hpj")
  593. ##*
  594. ##--END-- @QUERY_TARGET_NAME [[Target]]
  595. COPY "help.cur" [RC]
  596. ##--END-- @OPT_APPL_HELP
  597. ##<<TApplication QUERY_WIND_ICON [[Icon]]
  598. COPY "[[Icon]]" [RC]
  599. ##@QUERY_APPL_MODEL == VALUE_MDI
  600. ##:     <<TMDIChild QUERY_WIND_ICON [[Icon]]
  601. COPY "[[Icon]]" [RC]
  602. >>[FILES]TApplication [[TApplication]]
  603.